Java 应用性能调优

Java 应用性能调优

IDEA 自带 Profile 工具,可以计算每行代码的运行时间,非常好用 intellij-idea-profiler ,而且还可以在调试模式下使用。